home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / forth / pfe-0.000 / pfe-0 / pfe-0.9.13 / src / config / default / basics.mk next >
Encoding:
Text File  |  1995-04-24  |  256 b   |  25 lines

  1. #
  2. # default/basics.mk ---    Part of makefile for pfe, some basic variables.
  3. #
  4.  
  5. c    = .c
  6. i    = .i
  7. s    = .s
  8. o    = .o
  9. e    = 
  10.  
  11. nothing    = 
  12. eo    = -o $(nothing)
  13. oo    = -o $(nothing)
  14. d    = -D
  15. x    = /
  16.  
  17. RM    = rm -f
  18. CP    = cp -p
  19. MV    = mv
  20. MD    = mkdir -p
  21.  
  22. TRASH    = core *.core a.out *.bak *~
  23.  
  24.  
  25.